github.com/klauspost/compress/zstd.doubleFastEncoderDict.longTableShardDirty (field)

9 uses

	github.com/klauspost/compress/zstd (current package)
		enc_dfast.go#L34: 	longTableShardDirty [dLongTableShardCnt]bool
		enc_dfast.go#L1078: 		for i := range e.longTableShardDirty {
		enc_dfast.go#L1079: 			if e.longTableShardDirty[i] {
		enc_dfast.go#L1088: 		for i := range e.longTableShardDirty {
		enc_dfast.go#L1089: 			e.longTableShardDirty[i] = false
		enc_dfast.go#L1093: 	for i := range e.longTableShardDirty {
		enc_dfast.go#L1094: 		if !e.longTableShardDirty[i] {
		enc_dfast.go#L1101: 		e.longTableShardDirty[i] = false
		enc_dfast.go#L1106: 	e.longTableShardDirty[entryNum/dLongTableShardSize] = true